home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Unknown / CHANGES < prev    next >
Encoding:
Text File  |  1991-04-02  |  1.0 KB  |  15 lines

  1. The Unknown application has been modified for the 2.0 release:
  2.  
  3. Due to changes in 2.0, Unknown is now the owner of all files for which it sets the type since the 'application' field in *.iconheader files is now ignored.  To correct for this, Unknown now reads in its own __header segment and performs an OpenFile:ok: on the file and 'real' owner application.
  4.  
  5. The 'segcreate' entries generated by IconInfo have been changed to 'sectcreate' entries.
  6.  
  7. The 'Makefile' has been updated to be similar to those generated by InterfaceBuilder under 2.0.
  8.  
  9. The various Makefiles are slightly smarter about noticing other files that have changed.
  10.  
  11. The '.c', '.h', '.m', '.rtf' icons have been removed and their entries in Unknown.iconinfo have been commented out since these are now set by Edit.
  12.  
  13. The '.userdict' icon has been removed and it's entry in Unknown.iconinfo commented out as it is now obsolete.
  14.  
  15. The routines 'basename' and 'parentname' have been defined locally until 'libtext.a' (removed by NeXT in 2.0) become generally available again.